/*banner*/
.none{ display:none;}
.banner {
    height: 509px;
    height: 266px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
    display: block;
}
.banner:hover .banner_mag
{
    left:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.banner_show{
    width: 509px;
    /*text-align:center;*/
    height:266px;
    overflow:hidden;
    position:relative;
}
.bannger_inbox{
    position:absolute;
    left:0;
    top:0;
}

/*��ҳ��*/
.banner_pre_next{
    position:relative;
    z-index:105;
    top:230px;
    width:80px;
    left:50px;
    /**left:240px;*/
}
.banner_pre_next a{
    display: block;
    width:24px;
    height:24px;
    /*color: #000000;*/
    /*background-color: #FFFFFF;*/
    text-align: center;
    line-height: 24px;
}
.banner_pre_next .banner_btn_left{
    position:absolute;
    left:-26px;
    background-position:0px 0px;
}
.banner_pre_next .banner_btn_right{
    position:absolute;
    right:53px;
}
/*.banner_pre_next .banner_btn_left:hover{*/
    /*background-color: #F68506;*/
    /*color: #ffffff;*/
/*}*/
/*.banner_pre_next .banner_btn_right:hover{*/
    /*background-color: #F68506;*/
    /*color: #ffffff;*/
/*}*/





/*����*/
.banner_mag{
    width:192px;
    height:266px;
    position:absolute;
    overflow:hidden;
    left: -195px;
    /*opacity:0.8;*/
    top:0px;
    z-index:99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background:url(../images/123.png) repeat;
}

.banner_magbox{
    width: 145px;
    height:266px;
}
.banner_magbox .focus-img{
    text-align:right;
}

.banner_magbox h4 a{
    position: relative;
    top: 34px;
    left: 22px;
    font-weight:bold;
    font-size:14px;
    font-family: SimSun;
    color:#fff;
}
.banner_magbox p{
    position: relative;
    top: 66px;
    left: 23px;
    font-family: SimSun;
    width: 126px;
    height: 92px;
    font-size:12px;
    color:#fff;
    line-height:22px;
}
.banner_magbox p span a{
    font-size:12px;
    color:#fff;
    font-family: SimSun;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.banner_magbox p span a:hover{
    color: #f68506;
    /*-webkit-transform:scale(1.1) ;*/
    /*-moz-transform:scale(1.1) ;*/
    /*-o-transform:scale(1.1) ;*/
    /*transform:scale(1.1) ;*/
}


/*部分结束-----------------------------------------------------*/
